[INFO] cloning repository https://github.com/josephholsten/zelador
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/josephholsten/zelador" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosephholsten%2Fzelador", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosephholsten%2Fzelador'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 41fae2029650cbf34634b2abe00025b050400663
[INFO] testing josephholsten/zelador against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosephholsten%2Fzelador" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/josephholsten/zelador
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/josephholsten/zelador
[INFO] tweaked toml for git repo https://github.com/josephholsten/zelador written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/josephholsten/zelador on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/josephholsten/zelador already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b5454799896606c10d9dc085b6a3e004d27e6ebc4ad7cc380679db690192651d
[INFO] running `Command { std: "docker" "start" "-a" "b5454799896606c10d9dc085b6a3e004d27e6ebc4ad7cc380679db690192651d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b5454799896606c10d9dc085b6a3e004d27e6ebc4ad7cc380679db690192651d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5454799896606c10d9dc085b6a3e004d27e6ebc4ad7cc380679db690192651d", kill_on_drop: false }`
[INFO] [stdout] b5454799896606c10d9dc085b6a3e004d27e6ebc4ad7cc380679db690192651d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f5acb431f102f5b7097ba6bc5496a9f918b0e109e60464e1f8e7af21e806e75d
[INFO] running `Command { std: "docker" "start" "-a" "f5acb431f102f5b7097ba6bc5496a9f918b0e109e60464e1f8e7af21e806e75d", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling cc v1.2.17
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling im-rc v15.1.0
[INFO] [stderr]    Compiling bigdecimal v0.4.9
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling pretty v0.12.5
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling codegen v0.2.0
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling quickscope v0.2.0
[INFO] [stderr]    Compiling im-lists v0.9.1
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling weak-table v0.3.2
[INFO] [stderr]    Compiling xdg v3.0.0
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling libucl-bind v0.2.2
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling libucl v0.2.3
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling steel-derive v0.6.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling steel-gen v0.3.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling steel-core v0.7.0
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling lasso v0.7.3
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling steel-parser v0.7.0
[INFO] [stderr]    Compiling zelador v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.85s
[INFO] running `Command { std: "docker" "inspect" "f5acb431f102f5b7097ba6bc5496a9f918b0e109e60464e1f8e7af21e806e75d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5acb431f102f5b7097ba6bc5496a9f918b0e109e60464e1f8e7af21e806e75d", kill_on_drop: false }`
[INFO] [stdout] f5acb431f102f5b7097ba6bc5496a9f918b0e109e60464e1f8e7af21e806e75d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d72d83107c018c1fa5eba9cc84dc907dab87debf28dfcf40958f757e6ac3eac1
[INFO] running `Command { std: "docker" "start" "-a" "d72d83107c018c1fa5eba9cc84dc907dab87debf28dfcf40958f757e6ac3eac1", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling peg-runtime v0.6.3
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling inflections v1.1.1
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling humantime v2.2.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling peg-macros v0.6.3
[INFO] [stderr]    Compiling inventory v0.3.20
[INFO] [stderr]    Compiling drain_filter_polyfill v0.1.3
[INFO] [stderr]    Compiling uuid v1.16.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling peg v0.6.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling nom_locate v4.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling steel-derive v0.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling sealed v0.3.0
[INFO] [stderr]    Compiling typed-builder v0.10.0
[INFO] [stderr]    Compiling sealed v0.4.0
[INFO] [stderr]    Compiling smart-default v0.6.0
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling terminal_size v0.4.2
[INFO] [stderr]    Compiling clap_builder v4.5.37
[INFO] [stderr]    Compiling synthez-core v0.2.0
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling synthez-codegen v0.2.0
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling cucumber-expressions v0.2.1
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling synthez v0.2.0
[INFO] [stderr]    Compiling clap v4.5.37
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling cucumber-codegen v0.19.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling steel-gen v0.3.0
[INFO] [stderr]    Compiling im-rc v15.1.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling steel-core v0.7.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling bigdecimal v0.4.9
[INFO] [stderr]    Compiling gherkin v0.13.0
[INFO] [stderr]    Compiling lasso v0.7.3
[INFO] [stderr]    Compiling steel-parser v0.7.0
[INFO] [stderr]    Compiling cucumber v0.19.1
[INFO] [stderr]    Compiling zelador v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 10s
[INFO] running `Command { std: "docker" "inspect" "d72d83107c018c1fa5eba9cc84dc907dab87debf28dfcf40958f757e6ac3eac1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d72d83107c018c1fa5eba9cc84dc907dab87debf28dfcf40958f757e6ac3eac1", kill_on_drop: false }`
[INFO] [stdout] d72d83107c018c1fa5eba9cc84dc907dab87debf28dfcf40958f757e6ac3eac1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4f7034ee992e4ef3bd2746422eca60106b4b95e9cd02c0d06fe9f6b5c2aa9d48
[INFO] running `Command { std: "docker" "start" "-a" "4f7034ee992e4ef3bd2746422eca60106b4b95e9cd02c0d06fe9f6b5c2aa9d48", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zelador-fc70dfd01bbc38dc)
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test engine::tests::test_action_to_string_all_variants ... ok
[INFO] [stdout] test engine::tests::test_apply_result_failure ... ok
[INFO] [stdout] test engine::tests::test_engine_dry_run ... ok
[INFO] [stdout] test engine::tests::test_apply_result_success ... ok
[INFO] [stdout] test engine::tests::test_engine_verbose ... ok
[INFO] [stdout] test engine::tests::test_execution_plan_with_no_changes ... ok
[INFO] [stdout] test engine::tests::test_log_commands_flag ... ok
[INFO] [stdout] test engine::tests::test_report_no_changes ... ok
[INFO] [stdout] test parser::tests::test_format_resource ... ok
[INFO] [stdout] test parser::tests::test_parse_content_simple_form ... ok
[INFO] [stdout] test parser::tests::test_parse_content_with_git_upgrade ... ok
[INFO] [stdout] test parser::tests::test_parse_content_with_purge_action ... ok
[INFO] [stdout] test parser::tests::test_parse_content_with_remove_action ... ok
[INFO] [stdout] test parser::tests::test_parse_multiple_resources ... ok
[INFO] [stdout] test parser::tests::test_parse_resource ... ok
[INFO] [stdout] test parser::tests::test_parse_file_resource ... ok
[INFO] [stdout] test parser::tests::test_parse_resource_missing_section ... ok
[INFO] [stdout] test parser::tests::test_parse_resource_with_action ... ok
[INFO] [stdout] test providers::brew::tests::test_package_state_variants ... ok
[INFO] [stdout] test resources::tests::tests::test_brew_package_resource_creation ... ok
[INFO] [stdout] test resources::tests::tests::test_resource_action_from_string ... ok
[INFO] [stdout] test resources::tests::tests::test_create_resource_factory ... ok
[INFO] [stdout] test providers::brew::tests::test_brew_error_display ... ok
[INFO] [stdout] test tests::test_parse_empty_string ... ok
[INFO] [stdout] test tests::test_parse_invalid_ucl ... ok
[INFO] [stdout] test engine::tests::test_plan_brew_package_not_installed ... ok
[INFO] [stdout] test tests::test_minimal_scheme_evaluation ... ok
[INFO] [stdout] test tests::test_scheme_conditional ... ok
[INFO] [stdout] test tests::test_scheme_multiple_packages ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/zelador-6b459d7ddf1e3a63)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cucumber.rs (/opt/rustwide/target/debug/deps/cucumber-23f363e71350f65e)
[INFO] [stdout] Feature: Execute Homebrew package resources
[INFO] [stdout]   Scenario: Install a package that is not installed
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  And the package "hello" is not installed
[INFO] [stdout]    ✔  When I run zelador with "resource { brew_package \"hello\" }"
[INFO] [stdout]    ✘  Then brew install should have been executed with "hello"
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:13:5
[INFO] [stdout]       Matched: tests/cucumber.rs:424:1
[INFO] [stdout]       Step panicked. Captured output: Expected command 'brew install hello' was not executed. Executed commands: []
[INFO] [stdout] Created simple test file with content: 'resource { brew_package \"obsidian\" }'
[INFO] [stdout] Debug - running zelador on file: /tmp/.tmpyoccpY/test_8c447d2c-7da9-47d7-bd34-89db8dfe6834.ucl
[INFO] [stdout] Debug - file content: 'resource { brew_package \"obsidian\" }'
[INFO] [stdout] Debug - command stdout: '✗ install brew_package resource: "obsidian" (action: install)
[INFO] [stdout] 
[INFO] [stdout] Summary: 0 succeeded, 1 failed
[INFO] [stdout] 
[INFO] [stdout] '
[INFO] [stdout] Debug - command stderr: ''
[INFO] [stdout] Debug - exit code: 1
[INFO] [stdout]   Scenario: Skip installing a package that is already installed (idempotency)
[INFO] [stdout] Created simple test file with content: 'resource { brew_package \"git\" { action = \"upgrade\" } }'
[INFO] [stdout] Debug - running zelador on file: /tmp/.tmpiAzwzv/test_d28839fb-f212-43d6-b517-100e32fed089.ucl
[INFO] [stdout] Debug - file content: 'resource { brew_package \"git\" { action = \"upgrade\" } }'
[INFO] [stdout] Debug - command stdout: '✗ upgrade brew_package resource: git (action: upgrade)
[INFO] [stdout] 
[INFO] [stdout] Summary: 0 succeeded, 1 failed
[INFO] [stdout] 
[INFO] [stdout] '
[INFO] [stdout] Debug - command stderr: ''
[INFO] [stdout] Debug - exit code: 0
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout] Created simple test file with content: 'resource { brew_package \"hello\" }'
[INFO] [stdout] Debug - running zelador on file: /tmp/.tmpI2RkDx/test_4ee7b252-b67b-413d-b6c9-f6f0e16ae620.ucl
[INFO] [stdout] Debug - file content: 'resource { brew_package \"hello\" }'
[INFO] [stdout] Debug - command stdout: '✗ install brew_package resource: "hello" (action: install)
[INFO] [stdout] 
[INFO] [stdout] Summary: 0 succeeded, 1 failed
[INFO] [stdout] 
[INFO] [stdout] '
[INFO] [stdout] Debug - command stderr: ''
[INFO] [stdout] Debug - exit code: 1
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  And the package "git" is already installed
[INFO] [stdout]    ✔  When I run zelador with "resource { brew_package \"git\" }"
[INFO] [stdout]    ✔  Then brew install should NOT have been executed
[INFO] [stdout] Created simple test file with content: 'resource { brew_package \"hello\" }'
[INFO] [stdout]    ✘  And the command should exit successfully
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:23:5
[INFO] [stdout]       Matched: tests/cucumber.rs:259:1
[INFO] [stdout]       Step panicked. Captured output: assertion `left == right` failed: Command did not exit successfully. Exit code: 1
[INFO] [stdout]         left: 1
[INFO] [stdout]        right: 0
[INFO] [stdout]   Scenario: Upgrade an outdated package
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  And the package "wget" is installed but outdated
[INFO] [stdout] Created simple test file with content: ''
[INFO] [stdout] Debug - running zelador on file: /tmp/.tmpK8Pncu/test_2baa00d8-62cd-46fb-b97b-e814a48a2369.ucl
[INFO] [stdout] Debug - file content: ''
[INFO] [stdout] Debug - command stdout: 'Configuration is empty (null)
[INFO] [stdout] '
[INFO] [stdout] Debug - command stderr: ''
[INFO] [stdout] Debug - exit code: 0
[INFO] [stdout]    ✔  When I run zelador with "resource { brew_package \"wget\" { action = \"upgrade\" } }"
[INFO] [stdout] Created simple test file with content: 'resource { brew_package \"git }'
[INFO] [stdout] Debug - running zelador on file: /tmp/.tmp2VOZH9/test_21f32e48-bede-4a9b-9114-95872b74949f.ucl
[INFO] [stdout] Debug - file content: 'resource { brew_package \"git }'
[INFO] [stdout] Debug - command stdout: ''
[INFO] [stdout] Debug - command stderr: 'Error: Syntax error in UCL - malformed content
[INFO] [stdout] '
[INFO] [stdout] Debug - exit code: 1
[INFO] [stdout]    ✘  Then brew upgrade should have been executed with "wget"
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:30:5
[INFO] [stdout]       Matched: tests/cucumber.rs:449:1
[INFO] [stdout]       Step panicked. Captured output: Expected command 'brew upgrade wget' was not executed. Executed commands: []
[INFO] [stdout]   Scenario: Skip upgrading a package that is already up-to-date
[INFO] [stdout] Created simple test file with content: 'resource { brew_package \"obsidian\" }'
[INFO] [stdout] Debug - running zelador on file: /tmp/.tmpL90XF2/test_a7f0ae70-a77f-4463-8d11-f9f7bc0577e6.ucl
[INFO] [stdout] Debug - file content: 'resource { brew_package \"obsidian\" }'
[INFO] [stdout] Debug - command stdout: '✗ install brew_package resource: "obsidian" (action: install)
[INFO] [stdout] 
[INFO] [stdout] Summary: 0 succeeded, 1 failed
[INFO] [stdout] 
[INFO] [stdout] '
[INFO] [stdout] Debug - command stderr: ''
[INFO] [stdout] Debug - exit code: 1
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  And the package "curl" is already up-to-date
[INFO] [stdout]    ✔  When I run zelador with "resource { brew_package \"curl\" { action = \"upgrade\" } }"
[INFO] [stdout]    ✔  Then brew upgrade should NOT have been executed
[INFO] [stdout]    ✘  And the command should exit successfully
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:39:5
[INFO] [stdout]       Matched: tests/cucumber.rs:259:1
[INFO] [stdout]       Step panicked. Captured output: assertion `left == right` failed: Command did not exit successfully. Exit code: 1
[INFO] [stdout]         left: 1
[INFO] [stdout]        right: 0
[INFO] [stdout]   Scenario: Remove an installed package
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  And the package "jq" is installed
[INFO] [stdout]    ✔  When I run zelador with "resource { brew_package \"jq\" { action = \"remove\" } }"
[INFO] [stdout]    ✘  Then brew uninstall should have been executed with "jq"
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:46:5
[INFO] [stdout]       Matched: tests/cucumber.rs:474:1
[INFO] [stdout]       Step panicked. Captured output: Expected command 'brew uninstall jq' was not executed. Executed commands: []
[INFO] [stdout]   Scenario: Skip removing a package that is not installed
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  And the package "nonexistent-package-xyz" is not installed
[INFO] [stdout]    ✔  When I run zelador with "resource { brew_package \"nonexistent-package-xyz\" { action = \"remove\" } }"
[INFO] [stdout]    ✔  Then brew uninstall should NOT have been executed
[INFO] [stdout]    ✘  And the command should exit successfully
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:55:5
[INFO] [stdout]       Matched: tests/cucumber.rs:259:1
[INFO] [stdout]       Step panicked. Captured output: assertion `left == right` failed: Command did not exit successfully. Exit code: 1
[INFO] [stdout]         left: 1
[INFO] [stdout]        right: 0
[INFO] [stdout]   Scenario: Handle non-existent package gracefully
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  When I run zelador with "resource { brew_package \"this-package-definitely-does-not-exist-xyz\" }"
[INFO] [stdout]    ✔  Then the command should exit with an error
[INFO] [stdout]    ✘  And the error output should contain "not found" or "No available formula"
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:62:5
[INFO] [stdout]       Matched: tests/cucumber.rs:531:1
[INFO] [stdout]       Step panicked. Captured output: Error output "" did not contain either "not found" or "No available formula"
[INFO] [stdout]   Scenario: Handle missing homebrew gracefully
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is NOT available on the system
[INFO] [stdout]    ✔  When I run zelador with "resource { brew_package \"git\" }"
[INFO] [stdout]    ✔  Then the command should exit with an error
[INFO] [stdout]    ✘  And the error output should contain "homebrew" or "brew" or "not found"
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:68:5
[INFO] [stdout]       Step match is ambiguous: Possible matches:
[INFO] [stdout]       ^the error output should contain "(.*?)" or "(.*?)" or "(.*?)"$ --> tests/cucumber.rs:512:1
[INFO] [stdout]       ^the error output should contain "(.*?)" or "(.*?)"$ --> tests/cucumber.rs:531:1
[INFO] [stdout]   Scenario: Dry-run mode does not execute commands
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  And the package "tree" is not installed
[INFO] [stdout]    ✔  When I run zelador with "--dry-run" and "resource { brew_package \"tree\" }"
[INFO] [stdout]    ✔  Then brew install should NOT have been executed
[INFO] [stdout]    ✔  And the command should exit successfully
[INFO] [stdout]    ✘  And the output should contain "Would install"
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:76:5
[INFO] [stdout]       Matched: tests/cucumber.rs:224:1
[INFO] [stdout]       Step panicked. Captured output: Standard output "✓ install brew_package resource: \"tree\" (action: install)\n\nSummary: 1 succeeded, 0 failed\n\n" did not contain expected text "Would install"
[INFO] [stdout]   Scenario: Multiple packages in one configuration
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given homebrew is available on the system
[INFO] [stdout]    ✔  And the package "hello" is not installed
[INFO] [stdout]    ✔  And the package "cowsay" is not installed
[INFO] [stdout]    ✘  When I run zelador with:
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_execution.feature:83:5
[INFO] [stdout]       Matched: tests/cucumber.rs:413:1
[INFO] [stdout]       Step panicked. Captured output: content not found
[INFO] [stdout] Feature: Parse Homebrew package resource
[INFO] [stdout]   Scenario: Parse a minimal brew_package resource
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given I create a test file with content "resource { brew_package \"obsidian\" }"
[INFO] [stdout]    ✔  When I run zelador with the test file
[INFO] [stdout]    ✔  Then the output should contain "brew_package"
[INFO] [stdout]    ✔  And the output should contain "obsidian"
[INFO] [stdout]    ✔  And the output should contain "install"
[INFO] [stdout]    ✘  And the command should exit successfully
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/brew_package_parsing.feature:15:5
[INFO] [stdout]       Matched: tests/cucumber.rs:259:1
[INFO] [stdout]       Step panicked. Captured output: assertion `left == right` failed: Command did not exit successfully. Exit code: 1
[INFO] [stdout]         left: 1
[INFO] [stdout]        right: 0
[INFO] [stdout]   Scenario: Parse a brew_package resource with explicit action
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given I create a test file with content "resource { brew_package \"git\" { action = \"upgrade\" } }"
[INFO] [stdout]    ✔  When I run zelador with the test file
[INFO] [stdout]    ✔  Then the output should contain "brew_package"
[INFO] [stdout]    ✔  And the output should contain "git"
[INFO] [stdout]    ✔  And the output should contain "upgrade"
[INFO] [stdout]    ✔  And the command should exit successfully
[INFO] [stdout] Feature: Custom Homebrew Path
[INFO] [stdout]   Scenario: Use system homebrew by default
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given I create a test file with content "resource { brew_package \"hello\" }"
[INFO] [stdout]    ✔  When I run zelador with the test file
[INFO] [stdout]    ?  Then the output should indicate which brew is being used
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:12:5
[INFO] [stdout]   Scenario: Use custom homebrew via CLI flag
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ?  Given a test homebrew installation exists at "~/.zelador-test-brew"
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:16:5
[INFO] [stdout]   Scenario: Use custom homebrew via environment variable
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ?  Given a test homebrew installation exists at "~/.zelador-test-brew"
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:24:5
[INFO] [stdout]   Scenario: CLI flag overrides environment variable
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ?  Given a test homebrew installation exists at "~/.zelador-test-brew"
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:32:5
[INFO] [stdout]   Scenario: Error when custom brew path doesn't exist
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given I create a test file with content "resource { brew_package \"hello\" }"
[INFO] [stdout]    ?  When I run zelador with "--brew-path /nonexistent/brew" and the test file
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:42:5
[INFO] [stdout]   Scenario: Install package with custom brew
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ?  Given a test homebrew installation exists at "~/.zelador-test-brew"
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:47:5
[INFO] [stdout]   Scenario: Check package state in custom brew
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ?  Given a test homebrew installation exists at "~/.zelador-test-brew"
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:56:5
[INFO] [stdout]   Scenario: Upgrade package in custom brew
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ?  Given a test homebrew installation exists at "~/.zelador-test-brew"
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:65:5
[INFO] [stdout]   Scenario: Remove package from custom brew
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ?  Given a test homebrew installation exists at "~/.zelador-test-brew"
[INFO] [stdout]       Step skipped: tests/features/custom_brew_path.feature:74:5
[INFO] [stdout] Feature: UCL Edge Cases
[INFO] [stdout]   Scenario: Handle empty UCL file
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given I create a test file with content ""
[INFO] [stdout]    ✔  When I run zelador with the test file
[INFO] [stdout]    ✔  Then the command should exit successfully
[INFO] [stdout]    ✔  And the output should contain "empty"
[INFO] [stdout]   Scenario: Reject malformed UCL
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given I create a test file with content "resource { brew_package \"git }"
[INFO] [stdout]    ✔  When I run zelador with the test file
[INFO] [stdout]    ✔  Then the command should exit with an error
[INFO] [stdout]    ✔  And the error output should contain "error"
[INFO] [stdout] Feature: Minimal parsing test
[INFO] [stdout]   Scenario: Run with --version flag
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  When I run the command with "--version"
[INFO] [stdout]    ✔  Then the output should contain the version
[INFO] [stdout]    ✔  And the command should exit successfully
[INFO] [stdout]   Scenario: Create a simple test file
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  Given I create a test file with content "resource { brew_package \"obsidian\" }"
[INFO] [stdout]    ✔  When I run zelador with the test file
[INFO] [stdout]    ✘  Then the command should exit successfully
[INFO] [stdout]       Step failed:
[INFO] [stdout]       Defined: tests/features/minimal_test.feature:17:5
[INFO] [stdout]       Matched: tests/cucumber.rs:259:1
[INFO] [stdout]       Step panicked. Captured output: assertion `left == right` failed: Command did not exit successfully. Exit code: 1
[INFO] [stdout]         left: 1
[INFO] [stdout]        right: 0
[INFO] [stdout] Feature: Version Flag
[INFO] [stdout]   Scenario: User checks application version
[INFO] [stdout]    ✔> Given a clean environment
[INFO] [stdout]    ✔  When I run the command with "--version"
[INFO] [stdout]    ✔  Then the output should contain the version
[INFO] [stdout]    ✔  And the command should exit successfully
[INFO] [stderr] 
[INFO] [stdout] [Summary]
[INFO] [stderr] thread 'main' (49) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cucumber-0.19.1/src/cucumber.rs:1294:13:
[INFO] [stdout] 6 features
[INFO] [stderr] 12 steps failed
[INFO] [stdout] 26 scenarios (5 passed, 9 skipped, 12 failed)
[INFO] [stderr] stack backtrace:
[INFO] [stdout] 112 steps (91 passed, 9 skipped, 12 failed)
[INFO] [stderr]    0:     0x5ed9aa0e5dba - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x5ed9aa0e5dba - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x5ed9aa0e5dba - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]    3:     0x5ed9aa0e5dba - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]    4:     0x5ed9aa0fa9fa - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]    5:     0x5ed9aa0fa9fa - core[d17f6591d688f3bd]::fmt::write
[INFO] [stderr]    6:     0x5ed9aa0eb402 - std[fce30c26ee6459b]::io::default_write_fmt::<std[fce30c26ee6459b]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stderr]    7:     0x5ed9aa0eb402 - <std[fce30c26ee6459b]::sys::stdio::unix::Stderr as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stderr]    8:     0x5ed9aa0c682f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]    9:     0x5ed9aa0c682f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stderr]   10:     0x5ed9aa0df921 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:319:9
[INFO] [stderr]   11:     0x5ed9aa0dfb12 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stderr]   12:     0x5ed9aa0dfb12 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stderr]   13:     0x5ed9aa0c68e8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stderr]   14:     0x5ed9aa0bb789 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]   15:     0x5ed9aa0c72dd - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stderr]   16:     0x5ed9aa0fb23c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stderr]   17:     0x5ed9a9aa05d8 - core[d17f6591d688f3bd]::panicking::panic_display::<alloc[dad09f3a48280dba]::string::String>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:259:5
[INFO] [stderr]   18:     0x5ed9a9ae8635 - <cucumber[b33b4c89dbe0b87b]::cucumber::Cucumber<cucumber[3cc369a87f07fd0c]::ArubaWorld, cucumber[b33b4c89dbe0b87b]::parser::basic::Basic, &str, cucumber[b33b4c89dbe0b87b]::runner::basic::Basic<cucumber[3cc369a87f07fd0c]::ArubaWorld, for<'a, 'b, 'c> fn(&'a gherkin[b9ac3e72f2343459]::Feature, core[d17f6591d688f3bd]::option::Option<&'b gherkin[b9ac3e72f2343459]::Rule>, &'c gherkin[b9ac3e72f2343459]::Scenario) -> cucumber[b33b4c89dbe0b87b]::runner::basic::ScenarioType, for<'a> fn(&'a gherkin[b9ac3e72f2343459]::Feature, core[d17f6591d688f3bd]::option::Option<&'a gherkin[b9ac3e72f2343459]::Rule>, &'a gherkin[b9ac3e72f2343459]::Scenario, &'a mut cucumber[3cc369a87f07fd0c]::ArubaWorld) -> core[d17f6591d688f3bd]::pin::Pin<alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()> + 'a>>, for<'a> fn(&'a gherkin[b9ac3e72f2343459]::Feature, core[d17f6591d688f3bd]::option::Option<&'a gherkin[b9ac3e72f2343459]::Rule>, &'a gherkin[b9ac3e72f2343459]::Scenario, &'a cucumber[b33b4c89dbe0b87b]::event::ScenarioFinished, core[d17f6591d688f3bd]::option::Option<&'a mut cucumber[3cc369a87f07fd0c]::ArubaWorld>) -> core[d17f6591d688f3bd]::pin::Pin<alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()> + 'a>>>, cucumber[b33b4c89dbe0b87b]::writer::summarize::Summarize<cucumber[b33b4c89dbe0b87b]::writer::normalize::Normalize<cucumber[3cc369a87f07fd0c]::ArubaWorld, cucumber[b33b4c89dbe0b87b]::writer::basic::Basic>>>>::filter_run_and_exit::<<cucumber[b33b4c89dbe0b87b]::cucumber::Cucumber<cucumber[3cc369a87f07fd0c]::ArubaWorld, cucumber[b33b4c89dbe0b87b]::parser::basic::Basic, &str, cucumber[b33b4c89dbe0b87b]::runner::basic::Basic<cucumber[3cc369a87f07fd0c]::ArubaWorld, for<'a, 'b, 'c> fn(&'a gherkin[b9ac3e72f2343459]::Feature, core[d17f6591d688f3bd]::option::Option<&'b gherkin[b9ac3e72f2343459]::Rule>, &'c gherkin[b9ac3e72f2343459]::Scenario) -> cucumber[b33b4c89dbe0b87b]::runner::basic::ScenarioType, for<'a> fn(&'a gherkin[b9ac3e72f2343459]::Feature, core[d17f6591d688f3bd]::option::Option<&'a gherkin[b9ac3e72f2343459]::Rule>, &'a gherkin[b9ac3e72f2343459]::Scenario, &'a mut cucumber[3cc369a87f07fd0c]::ArubaWorld) -> core[d17f6591d688f3bd]::pin::Pin<alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()> + 'a>>, for<'a> fn(&'a gherkin[b9ac3e72f2343459]::Feature, core[d17f6591d688f3bd]::option::Option<&'a gherkin[b9ac3e72f2343459]::Rule>, &'a gherkin[b9ac3e72f2343459]::Scenario, &'a cucumber[b33b4c89dbe0b87b]::event::ScenarioFinished, core[d17f6591d688f3bd]::option::Option<&'a mut cucumber[3cc369a87f07fd0c]::ArubaWorld>) -> core[d17f6591d688f3bd]::pin::Pin<alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()> + 'a>>>, cucumber[b33b4c89dbe0b87b]::writer::summarize::Summarize<cucumber[b33b4c89dbe0b87b]::writer::normalize::Normalize<cucumber[3cc369a87f07fd0c]::ArubaWorld, cucumber[b33b4c89dbe0b87b]::writer::basic::Basic>>>>::run_and_exit::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cucumber-0.19.1/src/cucumber.rs:1294:13
[INFO] [stderr]   19:     0x5ed9a9aeea37 - <cucumber[b33b4c89dbe0b87b]::cucumber::Cucumber<cucumber[3cc369a87f07fd0c]::ArubaWorld, cucumber[b33b4c89dbe0b87b]::parser::basic::Basic, &str, cucumber[b33b4c89dbe0b87b]::runner::basic::Basic<cucumber[3cc369a87f07fd0c]::ArubaWorld, for<'a, 'b, 'c> fn(&'a gherkin[b9ac3e72f2343459]::Feature, core[d17f6591d688f3bd]::option::Option<&'b gherkin[b9ac3e72f2343459]::Rule>, &'c gherkin[b9ac3e72f2343459]::Scenario) -> cucumber[b33b4c89dbe0b87b]::runner::basic::ScenarioType, for<'a> fn(&'a gherkin[b9ac3e72f2343459]::Feature, core[d17f6591d688f3bd]::option::Option<&'a gherkin[b9ac3e72f2343459]::Rule>, &'a gherkin[b9ac3e72f2343459]::Scenario, &'a mut cucumber[3cc369a87f07fd0c]::ArubaWorld) -> core[d17f6591d688f3bd]::pin::Pin<alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()> + 'a>>, for<'a> fn(&'a gherkin[b9ac3e72f2343459]::Feature, core[d17f6591d688f3bd]::option::Option<&'a gherkin[b9ac3e72f2343459]::Rule>, &'a gherkin[b9ac3e72f2343459]::Scenario, &'a cucumber[b33b4c89dbe0b87b]::event::ScenarioFinished, core[d17f6591d688f3bd]::option::Option<&'a mut cucumber[3cc369a87f07fd0c]::ArubaWorld>) -> core[d17f6591d688f3bd]::pin::Pin<alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()> + 'a>>>, cucumber[b33b4c89dbe0b87b]::writer::summarize::Summarize<cucumber[b33b4c89dbe0b87b]::writer::normalize::Normalize<cucumber[3cc369a87f07fd0c]::ArubaWorld, cucumber[b33b4c89dbe0b87b]::writer::basic::Basic>>>>::run_and_exit::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cucumber-0.19.1/src/cucumber.rs:1201:57
[INFO] [stderr]   20:     0x5ed9a9b5db50 - <cucumber[3cc369a87f07fd0c]::ArubaWorld as cucumber[b33b4c89dbe0b87b]::World>::run::<&str>::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cucumber-0.19.1/src/lib.rs:258:46
[INFO] [stderr]   21:     0x5ed9a9ad84e3 - <core[d17f6591d688f3bd]::pin::Pin<alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/future/future.rs:133:9
[INFO] [stderr]   22:     0x5ed9a9a89960 - futures_executor[86d5f5fd3a2db56a]::local_pool::block_on::<core[d17f6591d688f3bd]::pin::Pin<alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/local_pool.rs:316:34
[INFO] [stderr]   23:     0x5ed9a9a898db - futures_executor[86d5f5fd3a2db56a]::local_pool::run_executor::<(), futures_executor[86d5f5fd3a2db56a]::local_pool::block_on<core[d17f6591d688f3bd]::pin::Pin<alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}>::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/local_pool.rs:90:37
[INFO] [stderr]   24:     0x5ed9a9a6b928 - <std[fce30c26ee6459b]::thread::local::LocalKey<alloc[dad09f3a48280dba]::sync::Arc<futures_executor[86d5f5fd3a2db56a]::local_pool::ThreadNotify>>>::try_with::<futures_executor[86d5f5fd3a2db56a]::local_pool::run_executor<(), futures_executor[86d5f5fd3a2db56a]::local_pool::block_on<core[d17f6591d688f3bd]::pin::Pin<alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}>::{closure#0}, ()>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stderr]   25:     0x5ed9a9a6b843 - <std[fce30c26ee6459b]::thread::local::LocalKey<alloc[dad09f3a48280dba]::sync::Arc<futures_executor[86d5f5fd3a2db56a]::local_pool::ThreadNotify>>>::with::<futures_executor[86d5f5fd3a2db56a]::local_pool::run_executor<(), futures_executor[86d5f5fd3a2db56a]::local_pool::block_on<core[d17f6591d688f3bd]::pin::Pin<alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}>::{closure#0}, ()>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stderr]   26:     0x5ed9a9a8650b - futures_executor[86d5f5fd3a2db56a]::local_pool::run_executor::<(), futures_executor[86d5f5fd3a2db56a]::local_pool::block_on<core[d17f6591d688f3bd]::pin::Pin<alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/local_pool.rs:86:27
[INFO] [stderr]   27:     0x5ed9a9a865a8 - futures_executor[86d5f5fd3a2db56a]::local_pool::block_on::<core[d17f6591d688f3bd]::pin::Pin<alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.31/src/local_pool.rs:316:5
[INFO] [stderr]   28:     0x5ed9a9ab9f1d - cucumber[3cc369a87f07fd0c]::main
[INFO] [stderr]                                at /opt/rustwide/workdir/tests/cucumber.rs:545:5
[INFO] [stderr]   29:     0x5ed9a9b9926b - <fn() as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   30:     0x5ed9a9b5397e - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stderr]   31:     0x5ed9a9b7d891 - std[fce30c26ee6459b]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/rt.rs:206:18
[INFO] [stderr]   32:     0x5ed9aa0de367 - <&dyn core[d17f6591d688f3bd]::ops::function::Fn<(), Output = i32> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::panic::unwind_safe::RefUnwindSafe as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:287:21
[INFO] [stderr]   33:     0x5ed9aa0de367 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<&dyn core[d17f6591d688f3bd]::ops::function::Fn<(), Output = i32> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stderr]   34:     0x5ed9aa0de367 - std[fce30c26ee6459b]::panicking::catch_unwind::<i32, &dyn core[d17f6591d688f3bd]::ops::function::Fn<(), Output = i32> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stderr]   35:     0x5ed9aa0de367 - std[fce30c26ee6459b]::panic::catch_unwind::<&dyn core[d17f6591d688f3bd]::ops::function::Fn<(), Output = i32> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stderr]   36:     0x5ed9aa0de367 - std[fce30c26ee6459b]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/rt.rs:175:24
[INFO] [stderr]   37:     0x5ed9aa0de367 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<std[fce30c26ee6459b]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stderr]   38:     0x5ed9aa0de367 - std[fce30c26ee6459b]::panicking::catch_unwind::<isize, std[fce30c26ee6459b]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stderr]   39:     0x5ed9aa0de367 - std[fce30c26ee6459b]::panic::catch_unwind::<std[fce30c26ee6459b]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stderr]   40:     0x5ed9aa0de367 - std[fce30c26ee6459b]::rt::lang_start_internal
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/rt.rs:171:5
[INFO] [stderr]   41:     0x5ed9a9b7b2d7 - std[fce30c26ee6459b]::rt::lang_start::<()>
[INFO] [stderr]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/rt.rs:205:5
[INFO] [stderr]   42:     0x5ed9a9abe8ee - main
[INFO] [stderr]   43:     0x732bcf1971ca - <unknown>
[INFO] [stderr]   44:     0x732bcf19728b - __libc_start_main
[INFO] [stderr]   45:     0x5ed9a99fd365 - _start
[INFO] [stderr]   46:                0x0 - <unknown>
[INFO] [stderr] error: test failed, to rerun pass `--test cucumber`
[INFO] running `Command { std: "docker" "inspect" "4f7034ee992e4ef3bd2746422eca60106b4b95e9cd02c0d06fe9f6b5c2aa9d48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f7034ee992e4ef3bd2746422eca60106b4b95e9cd02c0d06fe9f6b5c2aa9d48", kill_on_drop: false }`
[INFO] [stdout] 4f7034ee992e4ef3bd2746422eca60106b4b95e9cd02c0d06fe9f6b5c2aa9d48
